'Declaration<DispIdAttribute(3)> Function GetBlockBottom( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
[DispId(3)] int GetBlockBottom( string SegmentationResultID, int BlockIdx )
function GetBlockBottom(
SegmentationResultID: String;
BlockIdx: Integer
): Integer;
DispIdAttribute(3) function GetBlockBottom( SegmentationResultID : String, BlockIdx : int ) : int;
[DispId(3)] int GetBlockBottom( string* SegmentationResultID, int BlockIdx )
[DispId(3)] int GetBlockBottom( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx